#slideout {
    display:none;
    position:fixed;
    margin:0px;
    top:100px;
    right:0px;
    z-index:9999;
}
#slideout-inner {
    position:fixed;
    top:100px;
    width:315px;
    margin-left:-15px;
    background-color:#E7E4C8;
    border:0px;
    border-radius:10px 0px 0px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-top-left-radius:10px;
}
#update-tab {
    float:left;
    width:15px;
    height:100px;
    background-color:#757E4F;
    border-radius:10px 0px 0px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}
#update-tab p {
    -o-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    margin-top: 75px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
    color: white;
    letter-spacing:1px;
}
#update-form {
    padding:10px 5px;
    margin-left:15px;
    color:#576430;
    font-size:0.8em;
    text-align:left;
    line-height:1.3em;
}
#update-form form {margin:0;padding:0}
#update-form a:link,#update-form a{color:#576430;}
#subscribe-form {
    color:#000;
    width:470px;
    height:300px;
    text-align:center;
    overflow:hidden;
}
.subscribe-label {
    font-weight:bold;
}
.subscribe-content {
    font-weight:bold;
    font-size:1.2em;
}
#top {
    background-color:#757E4F;
    /*border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;*/
    color:#fff;
    text-transform:uppercase;
    text-align:left;
    font-weight:bold;
    margin:0;
    /*border-top-left-radius:10px;
    border-top-right-radius:10px;
    behavior:url("/ui/doi/scripts/PIE.htc");*/
}
#top span {margin-left:10px;}
#subscribe {
    background-color:#E7E4C8;
    filter:alpha(opacity=90);
    opacity:0.9;
    padding:5px;
    color:#000;
    font-weight:bold;
    margin:0;
}
#subscribe span {
    font-weight:bold;
    font-size:1em;
    padding:5px;
}
#subscribe form {
    width:420px;
    margin:0 auto;
    height:25px;
}
#skip {
    font-size:1em;
    clear:both;
    background-color:#E7E4C8;
    filter:alpha(opacity=90);
    opacity:0.9;
    text-align:right;
    position:absolute;
    right:0;
    bottom:30px;
    padding:5px;
    color:#000;
    text-transform:none;
    font-weight:bold;
}
#skip span,#subscribe span, #subscribe form, #subscribe input {opacity:1;filter:alpha(opacity=100);}
#subscribe-form a:hover, #skip a:hover {text-decoration:none;cursor:pointer;}
#subscribe-form {background-color:#E7E4C8;z-index:999;background:url(/ui/doi/images/everglade.jpg) no-repeat;}
/*#fancybox-inner {top:0;left:0;}*/
